home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / pmzpr12.zip / INSTALL.INF < prev    next >
INI File  |  1994-08-21  |  2KB  |  48 lines

  1. [dialog]
  2.         caption = "PMZipper 1.2 Installation Utility"
  3.     line1 = "Installing PMZipper 1.2"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1440, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  15.     defdir = C:\PMZppr12
  16.     dlldir = W:DLL
  17. [disks]
  18.     1 =., "PMZipper 1.2 Disk 1"
  19.  
  20. [app.tree]
  21. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  22. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  23.     #app0.main,            0:
  24.     #app0.dll,            D:
  25.  
  26. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  27. ; case it selects a prompt from the [disks] section above.
  28. [app0.main]
  29.     1:PMZipper.exe,   "Application"
  30.     1:order.doc       
  31.     1:PMZipper.doc
  32.     1:PMZipper.hlp
  33.     1:PMZipper.ico
  34.     1:read.me
  35.     1:file_id.diz
  36.  
  37. [app0.dll]
  38.     1:VROBJ.DLL,   "VROBJ.DLL v2.0 Runtime DLL"
  39.  
  40. [progman.groups]
  41. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  42. "PMZipper" ,1
  43.  
  44. [PMZipper]
  45. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  46.     0, "PMZipper 1.2",    0:PMZipper.exe
  47.  
  48.